(C) 1996 AROS - The Amiga Replacement OS


NAME
LONG SPSincos()
SYNOPSIS

IPTR* pfnum2
LONG fnum1

LOCATION
In MathTransBase at offset 9
FUNCTION
Calculate the cosine and the sine of the given ffp-number fnum1 that represents an angle in radians. The function returns the sine of that number as a result and puts the cosine of that number into *pfnum2 which must represent a valid pointer to a ffp-number.

INPUTS
pfnum2 - pointer to a Motorola fast floating point number fnum1 - Motorola fast floating point number
RESULT
*pfnum2 - Motorola fast floating point number direct result - Motorola fast floating point number

NOTES
EXAMPLE
BUGS
SEE ALSO
INTERNALS
HISTORY
28.07.1997 bergers
Some bug-fixes and changes
21.07.1997 bergers
*** empty log message ***